-
Notifications
You must be signed in to change notification settings - Fork 2
feat: expo 54 migration #102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
# Conflicts: # packages/app/package.json # yarn.lock
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Upgrades the project from Expo 53 to Expo 54, including dependency updates and configuration changes to support the new version.
- Updates Expo from 53 to 54 and React Native from 0.79.5 to 0.81.4
- Migrates from expo-sharing API to React Native's Share API
- Updates babel plugin configuration from react-native-reanimated to react-native-worklets
Reviewed Changes
Copilot reviewed 7 out of 211 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/generator/src/interfaces/sudoku-config.interface.ts | Minor config adjustment increasing nightmare difficulty from 59 to 60 |
| packages/generator/readme.md | Documentation updates with new references and TODO clarifications |
| packages/app/src/game/hooks/use-share.hook.ts | Migrates from expo-sharing to React Native's Share API |
| packages/app/package.json | Major dependency updates for Expo 54 migration |
| packages/app/babel.config.js | Updates babel plugin from react-native-reanimated to react-native-worklets |
| packages/app/app.config.js | Removes expo-build-properties plugin configuration |
| package.json | Adds root-level dependencies and updates development tools |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
🚀 Expo preview is ready!
|
🚀 Preview DeploymentYour PR has been deployed! You can test the changes at: This deployment will be automatically updated with new commits. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #102 +/- ##
==========================================
+ Coverage 96.96% 97.57% +0.60%
==========================================
Files 12 12
Lines 330 330
Branches 56 56
==========================================
+ Hits 320 322 +2
+ Misses 6 5 -1
+ Partials 4 3 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
# Conflicts: # tests/app-tests/flows/02.game-screen-loose.flow.yaml # tests/app-tests/flows/03.game-screen-win.flow.yaml
No description provided.